home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 January
/
PCWorld_2002-01_cd.bin
/
Novinky
/
Becher
/
1. Zlaty Kalich
/
ZlatyKalich.exe
/
scripts
/
DefineButton2_436
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-11-12
|
347b
|
18 lines
on(release){
_root.menu._visible = false;
if(_root.hrajede == 0)
{
_root.hrajede = 1;
if(_root.imusic == 1)
{
getUrl("FSCommand:exec", "player.exe");
getUrl("FSCommand:exec", "player.exe\tkarluvm.mid");
}
call("/:gotobegin");
}
else
{
call("/:show");
}
}